Fresco/Berlin/include/Berlin CommandImpl.hh,1.2,1.3
Tobias Hunger <[email protected]> Mon, 27 Oct 2003 17:09:07 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/include/Berlin In directory purcel:/tmp/cvs-serv5328/Berlin/include/Berlin Modified Files: CommandImpl.hh Log Message: Make sure all classes defined by Kits are in the Kit's namespace. Do some coding style fixups while touching the files anyway. Index: CommandImpl.hh =================================================================== RCS file: /cvs/fresco/Fresco/Berlin/include/Berlin/CommandImpl.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CommandImpl.hh 29 May 2002 06:49:38 -0000 1.2 +++ CommandImpl.hh 27 Oct 2003 17:08:33 -0000 1.3 @@ -1,7 +1,7 @@ /*$Id$ * * This source file is a part of the Fresco Project. - * Copyright (C) 1999 Graydon Hoare <[email protected]> + * Copyright (C) 1999 Graydon Hoare <[email protected]> * http://www.fresco.org * * This library is free software; you can redistribute it and/or @@ -27,11 +27,11 @@ #include <Berlin/ServantBase.hh> class CommandImpl : public virtual POA_Fresco::Command, - public virtual ServantBase + public virtual ServantBase { -public: - virtual void execute(const CORBA::Any &) = 0; - virtual void destroy() { deactivate();} + public: + virtual void execute(const CORBA::Any &) = 0; + virtual void destroy() { deactivate();} }; #endif