summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
deleted file mode 100644
index 805a4d019eb..00000000000
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// $Id$
-
-// ========================================================================
-//
-// = LIBRARY
-// orbsvcs
-//
-// = FILENAME
-// Log_Constraint_Visitors.h
-//
-// = AUTHOR
-// Pradeep Gore <pradeep@cs.wustl.edu>
-//
-// ========================================================================
-
-#ifndef TAO_LOG_CONSTRAINT_VISITOR_H
-#define TAO_LOG_CONSTRAINT_VISITOR_H
-
-#include "orbsvcs/orbsvcs/Trader/Constraint_Visitors.h"
-#include "orbsvcs/DsLogAdminC.h"
-
-class TAO_Log_Constraint_Evaluator : public TAO_Constraint_Evaluator
-{
- public:
- TAO_Log_Constraint_Evaluator (DsLogAdmin::LogRecord &rec);
- // Constructor.
-
- virtual int visit_property (TAO_Property_Constraint* literal);
-
- private:
- DsLogAdmin::LogRecord &rec_;
- // TAO_Property_Evaluator prop_eval_;
- // Utility with which to evaluate the properties of an offer, be
- // they dyanmic or static.
-};
-
-#endif /* TAO_LOG_CONSTRAINT_VISITOR_H */