Changeset 418 for trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.h
- Timestamp:
- Feb 11, 2013, 8:53:47 PM (13 years ago)
- Location:
- trunk/icedtea-web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web
-
Property svn:mergeinfo
set to
/branches/vendor/sourceforge/icedtea-web/1.3 merged eligible /branches/vendor/sourceforge/icedtea-web/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.h
r375 r418 97 97 (*c >= 'A' && *c <= 'F')) 98 98 99 //long long max ~ 19 chars + terminator 100 //leave some room for converting strings like "<var> = %d" 101 const size_t NUM_STR_BUFFER_SIZE = 32; 102 99 103 /* 100 104 * This struct holds data specific to a Java operation requested by the plugin … … 206 210 static void itoa(int i, std::string* result); 207 211 212 /* Copies a variant data type into a C++ string */ 213 static std::string NPVariantAsString(NPVariant variant); 214 208 215 /* Frees the given vector and the strings that its contents point to */ 209 216 static void freeStringPtrVector(std::vector<std::string*>* v);
Note:
See TracChangeset
for help on using the changeset viewer.