summaryrefslogtreecommitdiff
path: root/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp')
-rw-r--r--TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp b/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp
index e96b6e33dcd..d0fea470713 100644
--- a/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp
+++ b/TAO/IIOP/test/Orbix/tpr/cubit_impl.cpp
@@ -2,6 +2,8 @@
#include "cubit_impl.h"
+ACE_RCSID(tpr, cubit_impl, "$Id$")
+
CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) {
return (CORBA::Octet) (o * o * o);
}