Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > fa0833d64061af975b8b2cb8f5fdb090 > files > 399

cmake-2.6.4-5.el5.4.x86_64.rpm

#ifndef _hello_h
#define _hello_h


class Hello
{
public:
  void Print();
};

#endif