Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / filter_session_shared.hpp
index 81579ce..a1bace0 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_session_shared.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_session_shared.hpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_SESSION_SHARED_HPP
@@ -17,6 +17,10 @@ namespace metaproxy_1 {
             class Rep;
             class InitKey;
             class List;
+
+            struct Frontend;
+            class BackendClass;
+            typedef boost::shared_ptr<Frontend> FrontendPtr;
         public:
             ~SessionShared();
             SessionShared();