summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/Job_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/Job_i.h')
-rw-r--r--TAO/examples/RTCORBA/Activity/Job_i.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.h b/TAO/examples/RTCORBA/Activity/Job_i.h
index 8ca42bb86b5..3594aa49416 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.h
+++ b/TAO/examples/RTCORBA/Activity/Job_i.h
@@ -16,9 +16,10 @@
#include "JobS.h"
#include "activity_export.h"
#include "ace/SString.h"
+#include "ace/Arg_Shifter.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Arg_Shifter;
+//class ACE_TArg_Shifter<char>;
ACE_END_VERSIONED_NAMESPACE_DECL
/**
@@ -34,7 +35,7 @@ class activity_Export Job_i : public POA_Job
Job_i (void);
/// Init the state of this object.
- int init (ACE_Arg_Shifter& arg_shifter);
+ int init (ACE_TArg_Shifter<char>& arg_shifter);
/// = Accessors
const ACE_CString& name (void);