mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-27 08:47:00 -06:00
58149cbdb9
Commented out use of stipple line, as VizFwk is not update yet
15 lines
162 B
C++
15 lines
162 B
C++
#pragma once
|
|
|
|
namespace caf
|
|
{
|
|
|
|
class PdmObjectCapability
|
|
{
|
|
public:
|
|
PdmObjectCapability() {}
|
|
virtual ~PdmObjectCapability() {}
|
|
|
|
};
|
|
|
|
} // End namespace caf
|