In the student-src/components directory run make .functions.CubeFunction-c++ to generate the C++ server-side binding for the component class functions.CubeFunction. The output from this step should look something like this:
### Generate a C++ implementation for the CubeFunction component babel -s c++ -R../xml_repository -R/home/elwasif/CCA/cca-spec-babel-cvs/share/cca-spec-babel-0_7_0-babel-0.9.3/xml \ -g -u -E -l -m "functions.CubeFunction." --suppress-timestamp functions.CubeFunction Babel: Resolved symbol "functions.CubeFunction"... touch .functions.CubeFunction
Upon completion of this step, the directory student-src/components/functions/c++ should contain two additional files, functions_CubeFunction_Impl.cc and functions_CubeFunction_Impl.hh which will be edited to provide the implementation of the newly defined component.