creator/engine/inc/creator_phonebookbase.h
changeset 35 98924d2efce9
parent 23 c9bf25a20c9f
equal deleted inserted replaced
34:e0ec97ec3cc4 35:98924d2efce9
    22 #define __CCREATORPHONEBOOKBASE_H_
    22 #define __CCREATORPHONEBOOKBASE_H_
    23 
    23 
    24 #include "creator_modulebase.h"
    24 #include "creator_modulebase.h"
    25 
    25 
    26 static const TInt KPhonebookFieldLength = 128;
    26 static const TInt KPhonebookFieldLength = 128;
    27 static const TInt KCreateRandomAmountOfGroups = -9999;
    27 static const TInt KCreateRandomAmountOfGroups = 1;
    28 
    28 
    29 class CCreatorModuleBaseParameters;
    29 class CCreatorModuleBaseParameters;
    30 
    30 
    31 class CCreatorPhonebookBase : public CCreatorModuleBase
    31 class CCreatorPhonebookBase : public CCreatorModuleBase
    32 {
    32 {