source: tradir/charm/pgm.h @ 177

Last change on this file since 177 was 177, checked in by (none), 14 years ago
File size: 216 bytes
Line 
1#include "Hello.decl.h"
2
3class HelloMain : public Chare {
4    public :
5        HelloMain(CkArgMsg*);
6        void PrintDone(void);
7    private :
8        int count;
9};
10
11class HelloGroup : public Group {
12    public :
13        HelloGroup(void);
14};
Note: See TracBrowser for help on using the repository browser.