X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fprotocol.h;h=68530661ea0f433c67c2a855fe947949f5e0de1d;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=a2aaceebaf2e04501b830063fe71607624d098a5;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/protocol.h b/synfig-core/trunk/src/synfig/protocol.h index a2aacee..6853066 100644 --- a/synfig-core/trunk/src/synfig/protocol.h +++ b/synfig-core/trunk/src/synfig/protocol.h @@ -2,7 +2,7 @@ /*! \file protocol.h ** \brief Template Header ** -** $Id: template.h,v 1.1.1.1 2005/01/04 01:23:09 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -41,11 +41,11 @@ namespace synfig { * class Object { public: - + sigc::signal_ bool find_protocol(Protocol& proto) { - + } }; */ @@ -54,7 +54,7 @@ class Protocol { public: class Type; - + }; // END of class Protocol class Protocol::Type