Skip to content

Instantly share code, notes, and snippets.

@johnsyweb
Created February 5, 2013 08:47
Show Gist options
  • Save johnsyweb/4713123 to your computer and use it in GitHub Desktop.
Save johnsyweb/4713123 to your computer and use it in GitHub Desktop.
Comments are noise!
//////////////////////////////////////////////////////////////////////////////
//
// Function Name: ExcCxlCached::~ExcCxlCached()
//
// Definition: Destructor for the ExcCxlCached class
//
// Qualification: virtual
//
// Export: public
//
// Return: none
//
// Parameters: none
//
// Exceptions: none
//
////////////////////////////////////////////////////////////////////////////////
ExcCxlCached::~ExcCxlCached()
{
// Nothing to do here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment