Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6com.h
Go to the documentation of this file.
1 
14 #ifndef P6RCOM_H__
15 #define P6RCOM_H__ 1
16 
17 #include "p6err.h"
18 #include "p6runtimeif.h"
19 #include "p6thread.h"
20 #include "p6runtimeapi.h"
21 #include "p6compif.h"
22 #include "p6comptr.h"
23 #include "p6scopedptr.h"
24 #include "p6scopedarray.h"
25 #include "p6refcounted.h"
30 #define P6RUNTIME_EVENT_LOGGER_STARTED "p6r.com.runtime.logger.started.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
31 #define P6RUNTIME_EVENT_LOGGER_STOPPED "p6r.com.runtime.logger.stopped.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
32 #define P6RUNTIME_EVENT_STARTED "p6r.com.runtime.started.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
33 #define P6RUNTIME_EVENT_STOPPING "p6r.com.runtime.stopped.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
34 #define P6RUNTIME_EVENT_HUP "p6r.com.runtime.hup.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
35 
39 #include "p6comhlpr.h"
40 
41 #endif
42 
43 
P6COM smart interface pointer template.
Threading interfaces and definitions.
Standard error codes.
P6COM runtime interfaces definitions.
P6COM runtime interfaces definitions.
P6COM runtime component interface definitions.
P6R Component runtime helper macros, templated, etc.