VR-Forces 4.2 Class Documentation
ifDuplName.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifDuplName.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtIfDuplicateNameDetected_H_
20 #define DtIfDuplicateNameDetected_H_
21 
22 #include <vlutil/vlString.h>
23 #include <vrfExtProtocol/ifaceCont.h>
24 
36 
37 #include "vrfmsgs/vrfmsgsDefines.h"
39 {
40 
41 public:
44 
47 
49  const DtIfDuplicateNameDetected & operator=(const DtIfDuplicateNameDetected &
50  orig);
51 
52  virtual ~DtIfDuplicateNameDetected();
53 
55  virtual int type() const;
56 
57  virtual DtSimInterfaceContent * clone() const;
58 
60  virtual const DtString & duplicateName() const;
61  virtual void setDuplicateName(const DtString & name);
62 
63  virtual int netRepSize() const;
64  virtual bool setFromNet(const char* contentBuffer,
65  unsigned contentSize);
66  virtual bool setToNet();
67 
68  virtual void printDataToString(DtString& str);
69 
70  static DtSimInterfaceContent* creator();
71 
72 protected:
74 };
75 
76 #endif
77 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)