src/macosx/AAGrowlBridge.mm File Reference

#include "AAGrowlBridge.h"
#include "AAGrowlPlugin.h"
#include "tString.h"

Include dependency graph for AAGrowlBridge.mm:

Go to the source code of this file.

Functions

void Growl (tString title, tString message)


Function Documentation

void Growl ( tString  title,
tString  message 
)

Definition at line 33 of file AAGrowlBridge.mm.

References AAGrowlPlugin::growl:message:.

Referenced by se_eventNotificationHandle().

00034 {
00035     NSString *nstitle, *nsmessage;
00036     nstitle = [[NSString alloc] initWithCString:title.c_str()];
00037     nsmessage = [[NSString alloc] initWithCString:message.c_str()];
00038     [AAGrowlPlugin growl:nstitle message:nsmessage];
00039     [nstitle release];
00040     [nsmessage release];
00041 }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sat Mar 15 22:59:51 2008 for Armagetron Advanced by  doxygen 1.5.4