search for: apiname

Displaying 2 results from an estimated 2 matches for "apiname".

Did you mean: abiname
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
...lude "testmultiplexer.h" + +#include "virtio/multiplexer.h" + +#include <cppunit/TestAssert.h> +#include <cppunit/TestCaller.h> +#include <cppunit/TestResult.h> +#include <cppunit/TestSuite.h> +#include <cppunit/ui/text/TestRunner.h> + +const string APINAME("testapifunction"); + +const char* +test_callback_function(const char* input) +{ + return input; +} + +TestMultiplexer::TestMultiplexer() + :TestCase("TestMultiplexer") +{} + +TestSuite* +TestMultiplexer::suite() +{ + CppUnit::TestSuite *result = new CppUnit::TestSuite("...
2010 May 21
7
Provider API versioning
Hi folks, Wondering whether I can get a quick show of hands from those of you who use OpenLayers. The latest version of the API has some refinements for adding the OSM layers which it would be good to take advantage of. If anyone who uses OpenLayers is planning to upgrade from Mapstraction v1 to v2 would it be acceptable to have to upgrade OpenLayers too? That''s assuming you