VR-Forces 4.1 Class Documentation
ifRequestSpawnList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace BHAVE
12 {
14  {
15 
16  public:
19 
22 
24  const DtIfRequestSpawnList & operator=(const DtIfRequestSpawnList & orig);
25 
26  virtual ~DtIfRequestSpawnList();
27 
28  virtual int type() const;
29 
30  virtual DtSimInterfaceContent * clone() const;
31 
32  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
33 
34  virtual bool setToNet();
35 
36  virtual void printDataToString(DtString& str);
37 
38  static DtSimInterfaceContent* creator();
39 
40  protected:
41  };
42 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)