summaryrefslogtreecommitdiff
path: root/cpp/demo/Glacier/session/HelloSessionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Glacier/session/HelloSessionI.h')
-rw-r--r--cpp/demo/Glacier/session/HelloSessionI.h96
1 files changed, 48 insertions, 48 deletions
diff --git a/cpp/demo/Glacier/session/HelloSessionI.h b/cpp/demo/Glacier/session/HelloSessionI.h
index a270e50a472..0638969f6ab 100644
--- a/cpp/demo/Glacier/session/HelloSessionI.h
+++ b/cpp/demo/Glacier/session/HelloSessionI.h
@@ -1,48 +1,48 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef HELLO_SESSION_I_H
-#define HELLO_SESSION_I_H
-
-#include <Glacier/SessionManager.h>
-#include <HelloSession.h>
-
-class HelloSessionManagerI : public Glacier::SessionManager
-{
-public:
-
- HelloSessionManagerI(const Ice::ObjectAdapterPtr&);
-
- virtual Glacier::SessionPrx create(const ::std::string&, const Ice::Current&);
-
- void remove(const Ice::Identity&);
-
-private:
-
- Ice::ObjectAdapterPtr _adapter;
-};
-typedef IceUtil::Handle<HelloSessionManagerI> HelloSessionManagerIPtr;
-
-class HelloSessionI : public HelloSession
-{
-public:
-
- HelloSessionI(const ::std::string&, const HelloSessionManagerIPtr&);
-
- virtual void destroy(const Ice::Current&);
- virtual void hello(const Ice::Current&);
-
-private:
-
- ::std::string _userId;
- HelloSessionManagerIPtr _manager;
-};
-
-#endif
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef HELLO_SESSION_I_H
+#define HELLO_SESSION_I_H
+
+#include <Glacier/SessionManager.h>
+#include <HelloSession.h>
+
+class HelloSessionManagerI : public Glacier::SessionManager
+{
+public:
+
+ HelloSessionManagerI(const Ice::ObjectAdapterPtr&);
+
+ virtual Glacier::SessionPrx create(const ::std::string&, const Ice::Current&);
+
+ void remove(const Ice::Identity&);
+
+private:
+
+ Ice::ObjectAdapterPtr _adapter;
+};
+typedef IceUtil::Handle<HelloSessionManagerI> HelloSessionManagerIPtr;
+
+class HelloSessionI : public HelloSession
+{
+public:
+
+ HelloSessionI(const ::std::string&, const HelloSessionManagerIPtr&);
+
+ virtual void destroy(const Ice::Current&);
+ virtual void hello(const Ice::Current&);
+
+private:
+
+ ::std::string _userId;
+ HelloSessionManagerIPtr _manager;
+};
+
+#endif