1 2 #define NSID_LENGTH 10 3 class nsID { 4 public: 5 virtual void ToProvidedString(char (&aDest)[NSID_LENGTH]); 6 }; 7