added a default constructor to init attributes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11403 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,6 +25,13 @@
|
|||||||
|
|
||||||
#define CHARS_TABLE_MAXSIZE 10000
|
#define CHARS_TABLE_MAXSIZE 10000
|
||||||
|
|
||||||
|
Keymap::Keymap()
|
||||||
|
: fChars(NULL),
|
||||||
|
fCharsSize(0)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Keymap::GetKey( char *chars, int32 offset, char* string)
|
Keymap::GetKey( char *chars, int32 offset, char* string)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
class Keymap
|
class Keymap
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Keymap();
|
||||||
status_t LoadCurrent();
|
status_t LoadCurrent();
|
||||||
status_t Load(entry_ref &ref);
|
status_t Load(entry_ref &ref);
|
||||||
status_t Save(entry_ref &ref);
|
status_t Save(entry_ref &ref);
|
||||||
|
|||||||
Reference in New Issue
Block a user