summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Instance.h')
-rw-r--r--cpp/src/IceStorm/Instance.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Instance.h b/cpp/src/IceStorm/Instance.h
index 7007998a650..dd4453af683 100644
--- a/cpp/src/IceStorm/Instance.h
+++ b/cpp/src/IceStorm/Instance.h
@@ -10,7 +10,6 @@
#ifndef INSTANCE_H
#define INSTANCE_H
-
#include <Ice/CommunicatorF.h>
#include <Ice/ObjectAdapterF.h>
#include <Ice/PropertiesF.h>
@@ -123,7 +122,6 @@ private:
IceUtil::TimerPtr _timer;
IceStorm::Instrumentation::TopicManagerObserverPtr _observer;
-
};
typedef IceUtil::Handle<Instance> InstancePtr;