From 2325b338766316babe9c0343e378fa3a24c9f32b Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 15 Jul 1999 16:39:52 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ACE-4_6_45'. --- .../be_include/be_visitor_constant/constant_cs.h | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 TAO/TAO_IDL/be_include/be_visitor_constant/constant_cs.h (limited to 'TAO/TAO_IDL/be_include/be_visitor_constant/constant_cs.h') diff --git a/TAO/TAO_IDL/be_include/be_visitor_constant/constant_cs.h b/TAO/TAO_IDL/be_include/be_visitor_constant/constant_cs.h deleted file mode 100644 index db2fccf96ca..00000000000 --- a/TAO/TAO_IDL/be_include/be_visitor_constant/constant_cs.h +++ /dev/null @@ -1,54 +0,0 @@ -/* -*- C++ -*- */ -// -// $Id$ -// - -// ============================================================================ -// -// = LIBRARY -// TAO IDL -// -// = FILENAME -// constant_cs.h -// -// = DESCRIPTION -// Concrete visitor for the constant class generating code in the client stub. -// -// = AUTHOR -// Aniruddha Gokhale -// -// ============================================================================ - -#ifndef _BE_VISITOR_CONSTANT_CONSTANT_CS_H_ -#define _BE_VISITOR_CONSTANT_CONSTANT_CS_H_ - -class be_visitor_constant_cs : public be_visitor_decl -{ - // - // = TITLE - // be_visitor_constant_cs - // - // = DESCRIPTION - // This is the visitor for constant for the impl file - // - // -public: - be_visitor_constant_cs (be_visitor_context *ctx); - // constructor - - ~be_visitor_constant_cs (void); - // destructor - - virtual int visit_constant (be_constant *node); - // visit constant - - // = special methods - - virtual int gen_nested_namespace_begin (be_module *node); - // generate the nested namespace begins - - virtual int gen_nested_namespace_end (be_module *node); - // generate the nested namespace ends -}; - -#endif /* _BE_VISITOR_CONSTANT_CONSTANT_CS_H_ */ -- cgit v1.2.1