00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_PROTOCOL_H 00026 #define __SYNFIG_PROTOCOL_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include <sigc++/signal.h> 00031 00032 /* === M A C R O S ========================================================= */ 00033 00034 /* === T Y P E D E F S ===================================================== */ 00035 00036 /* === C L A S S E S & S T R U C T S ======================================= */ 00037 00038 namespace synfig { 00039 00040 /* 00041 * class Object 00042 { 00043 public: 00044 00045 sigc::signal_ 00046 bool find_protocol(Protocol& proto) 00047 { 00048 00049 } 00050 }; 00051 */ 00052 00053 class Protocol 00054 { 00055 public: 00056 class Type; 00057 00058 }; // END of class Protocol 00059 00060 class Protocol::Type 00061 { 00062 }; // END of class Protocol::Type 00063 00064 }; // END of namespace synfig 00065 00066 /* === E N D =============================================================== */ 00067 00068 #endif