Print

Print


Commit in slic/include on MAIN
FieldManager.hh+26added 1.1
JM: Add missing header.

slic/include
FieldManager.hh added at 1.1
diff -N FieldManager.hh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ FieldManager.hh	22 Sep 2006 19:22:57 -0000	1.1
@@ -0,0 +1,26 @@
+// $Id: FieldManager.hh,v 1.1 2006/09/22 19:22:57 jeremy Exp $
+
+#ifndef SLIC_FIELDMANAGER_HH
+#define SLIC_FIELDMANAGER_HH 1
+
+#include "Module.hh"
+#include "FieldMessenger.hh"
+#include "Singleton.hh"
+
+namespace slic
+{
+  class FieldManager : public Module, public Singleton<FieldManager>
+  {
+
+  public:
+    FieldManager();
+
+    virtual ~FieldManager();
+
+  private:
+
+    FieldMessenger* m_messenger;
+  };
+};
+
+#endif
CVSspam 0.2.8