Changeset 2876 in Sophya
- Timestamp:
- Jan 3, 2006, 3:35:39 PM (20 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pibwdggen.h
r2528 r2876 25 25 PI_HandPointer = 3, PI_TDLRArrowPointer = 4 }; 26 26 27 // Forward declaration for PIDrawer 28 class PIDrawer; 27 29 28 30 class PIBaseWdgGen : public PIWdg -
trunk/SophyaPI/PI/picontainergen.cc
r2780 r2876 270 270 { 271 271 PIWdg ** och = mChilds; 272 mChilds = new (PIWdg * [mMxCh+NCHALGRP]);272 mChilds = new PIWdg * [mMxCh+NCHALGRP]; 273 273 for(int i=0; i<mNCh; i++) mChilds[i] = och[i]; 274 274 delete[] och; -
trunk/SophyaPI/PI/piwdgx.cc
r2776 r2876 142 142 143 143 #ifdef DEBUG_PIWdgX 144 printf("Debug_PIWdgX::CreateXtWdg(%s) Getting in \n"); 144 if (nom) printf("Debug_PIWdgX::CreateXtWdg(%s) Getting in \n", nom); 145 else printf("Debug_PIWdgX::CreateXtWdg(NULL) Getting in \n"); 145 146 #endif 146 147
Note:
See TracChangeset
for help on using the changeset viewer.