Copied in RPM/Fwk/AppFwk

Commented out use of stipple line, as VizFwk is not update yet
This commit is contained in:
Magne Sjaastad
2015-07-29 14:19:43 +02:00
parent 81cf711036
commit 58149cbdb9
283 changed files with 72838 additions and 4741 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include "cafPdmDocument.h"
class TapProject : public caf::PdmDocument
{
CAF_PDM_HEADER_INIT;
public:
TapProject(void);
virtual ~TapProject(void);
caf::PdmChildArrayField< caf::PdmObjectHandle* > m_objectList;
};