photos_plat/controllers_collection_api/tsrc/ui_metaDataDialog/src/ui_metaDataDialog.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
    18 // INCLUDE FILES
    18 // INCLUDE FILES
    19 #include <Stiftestinterface.h>
    19 #include <Stiftestinterface.h>
    20 #include "ui_metaDataDialog.h"
    20 #include "ui_metaDataDialog.h"
    21 #include <SettingServerClient.h>
    21 #include <SettingServerClient.h>
    22 
    22 
    23 // EXTERNAL DATA STRUCTURES
       
    24 //extern  ?external_data;
       
    25 
       
    26 // EXTERNAL FUNCTION PROTOTYPES  
       
    27 //extern ?external_function( ?arg_type,?arg_type );
       
    28 
       
    29 // CONSTANTS
       
    30 //const ?type ?constant_var = ?constant;
       
    31 
       
    32 // MACROS
       
    33 //#define ?macro ?macro_def
       
    34 
       
    35 // LOCAL CONSTANTS AND MACROS
       
    36 //const ?type ?constant_var = ?constant;
       
    37 //#define ?macro_name ?macro_def
       
    38 
       
    39 // MODULE DATA STRUCTURES
       
    40 //enum ?declaration
       
    41 //typedef ?declaration
       
    42 
       
    43 // LOCAL FUNCTION PROTOTYPES
       
    44 //?type ?function_name( ?arg_type, ?arg_type );
       
    45 
       
    46 // FORWARD DECLARATIONS
       
    47 //class ?FORWARD_CLASSNAME;
       
    48 
       
    49 // ============================= LOCAL FUNCTIONS ===============================
       
    50 
       
    51 // -----------------------------------------------------------------------------
       
    52 // ?function_name ?description.
       
    53 // ?description
       
    54 // Returns: ?value_1: ?description
       
    55 //          ?value_n: ?description_line1
       
    56 //                    ?description_line2
       
    57 // -----------------------------------------------------------------------------
       
    58 //
       
    59 /*
       
    60 ?type ?function_name(
       
    61     ?arg_type arg,  // ?description
       
    62     ?arg_type arg)  // ?description
       
    63     {
       
    64 
       
    65     ?code  // ?comment
       
    66 
       
    67     // ?comment
       
    68     ?code
       
    69     }
       
    70 */
       
    71 
    23 
    72 // ============================ MEMBER FUNCTIONS ===============================
    24 // ============================ MEMBER FUNCTIONS ===============================
    73 
    25 
    74 // -----------------------------------------------------------------------------
    26 // -----------------------------------------------------------------------------
    75 // Cui_metaDataDialog::Cui_metaDataDialog
    27 // Cui_metaDataDialog::Cui_metaDataDialog
   141     {
    93     {
   142     Cui_metaDataDialog* self = new (ELeave) Cui_metaDataDialog( aTestModuleIf );
    94     Cui_metaDataDialog* self = new (ELeave) Cui_metaDataDialog( aTestModuleIf );
   143 
    95 
   144     CleanupStack::PushL( self );
    96     CleanupStack::PushL( self );
   145     self->ConstructL();
    97     self->ConstructL();
   146     CleanupStack::Pop();
    98     CleanupStack::Pop( self );
   147 
    99 
   148     return self;
   100     return self;
   149 
   101 
   150     }
   102     }
   151 
   103 
   193 
   145 
   194     return ( CScriptBase* ) Cui_metaDataDialog::NewL( aTestModuleIf );
   146     return ( CScriptBase* ) Cui_metaDataDialog::NewL( aTestModuleIf );
   195 
   147 
   196     }
   148     }
   197 
   149 
   198 
       
   199 //  End of File
   150 //  End of File