summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/Controller.h')
-rw-r--r--TAO/tests/LongUpcalls/Controller.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/LongUpcalls/Controller.h b/TAO/tests/LongUpcalls/Controller.h
index aaefd878e41..f2378a291b4 100644
--- a/TAO/tests/LongUpcalls/Controller.h
+++ b/TAO/tests/LongUpcalls/Controller.h
@@ -1,4 +1,6 @@
+//
// $Id$
+//
#ifndef LONGUPCALLS_CONTROLLER_H
#define LONGUPCALLS_CONTROLLER_H
@@ -13,8 +15,8 @@
#endif /* _MSC_VER */
class Controller
- : public virtual POA_Test::Controller,
- public virtual PortableServer::RefCountServantBase
+ : public virtual POA_Test::Controller
+ , public virtual PortableServer::RefCountServantBase
{
public:
Controller (void);