Changeset 19207


Ignore:
Timestamp:
2010/11/07 00:05:55 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Plugin.php

    r19206 r19207  
    3030    } 
    3131     
    32     function getVersion(); 
     32    function getVersion(){ 
     33         
     34    } 
    3335     
    34     function getName(); 
     36    function getName(){ 
     37         
     38    } 
    3539     
    36     function process(); 
     40    function process(){ 
     41         
     42    } 
    3743     
    38     function mobileprocess(); 
     44    function mobileprocess(){ 
     45         
     46    } 
    3947     
    4048    public function install(){ 
Note: See TracChangeset for help on using the changeset viewer.