casa  $Rev:20696$
dbus_private.h
Go to the documentation of this file.
00001 // The Private declarations of the dbus component.
00002 
00003 // See documentation for dbus::asyncCallMethod().
00004 static bool asyncCallMethod_(const string& objectName, const string& methodName,
00005         const record& parameters);
00006 
00007 
00008 // The Public declarations of the dbus component.
00009 public:
00010     
00011 // "From" name to use when sending CASA DBus messages.
00012 static const String FROM_NAME;
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines