#ifdef _DEBUG_
static int MYDEBUG = 0;
static int MYVALUEDEBUG = 0;
-static int MYMEMORYDEBUG = 1;
+static int MYMEMORYDEBUG = 0;
static int MYTHREADDEBUG = 0;
static int MY_FAMILY_DEBUG = 0;
static int MY_GROUP_DEBUG = 0;
{
myIsElemNum = theElemInfo->IsElemNum();
myElemNum = theElemInfo->myElemNum;
- if(theElemInfo->IsElemNames()){
+ if(0 && theElemInfo->IsElemNames()){
TInt aNbElem = theElemInfo->GetNbElem();
myElemNames.resize(aNbElem);
for(TInt anID = 0; anID < aNbElem; anID++){