Code drop from //branches/cupcake/...@124589
This commit is contained in:
12
pdk/ndk/samples/sample/hello_cpp.h
Normal file
12
pdk/ndk/samples/sample/hello_cpp.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef HELLO_CPP_H
|
||||
#define HELLO_CPP_H
|
||||
|
||||
class Hello
|
||||
{
|
||||
public:
|
||||
Hello();
|
||||
~Hello();
|
||||
void printMessage(char* msg);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user