source: dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@ 191

Last change on this file since 191 was 191, checked in by dai_9181, 17 years ago
File size: 281 bytes
Line 
1#pragma once
2
3#include <jenga/include/smoothie/Smoothie.h>
4#include <jenga/include/smoothie/ObjectModule.h>
5
6#include <MetaImpl.h>
7
8class SmoothieImpl : public Smoothie
9{
10 friend Smoothie;
11 static MetaImpl metaImpl;
12public:
13 SmoothieImpl()
14 : Smoothie()
15 {
16 }
17};
Note: See TracBrowser for help on using the repository browser.