OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ProjectToCollectionConverter.h
Go to the documentation of this file.
1#pragma once
2#pragma warning(disable:4251)
3
4#include <string>
5
6class __declspec(dllexport) ProjectToCollectionConverter
7{
8public:
9 ProjectToCollectionConverter(const std::string& sessionServiceURL);
10 std::string NameCorrespondingCollection(const std::string& projectName, const std::string& userName, const std::string& userPSW);
11private:
12 std::string _authorisationService;
13};