Example #1
0
 //
 // PostLoad
 //
 // PostLoad a task
 //
 void PostLoad(Task &task)
 {
   task.PostLoad();
 }