NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2922

'symbol' : a friend function of a template class must have been previously declared

A class declaration includes a reference to a friend function that is not defined. A prototype for the friend function must appear before the class declaration (perhaps in an include file).