changed the getdetectorstype function to return type and not string

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@178 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-05-11 07:22:40 +00:00
parent e0333e9f84
commit b484ad7f20
5 changed files with 9 additions and 10 deletions

View File

@ -115,7 +115,7 @@ class slsDetectorUtils : public slsDetectorActions, public slsDetectorBase {
\param pos position in the multi detector structure (is -1 returns type of detector with id -1)
\returns type
*/
virtual string getDetectorsType(int pos=-1)=0;
virtual detectorType getDetectorsType(int pos=-1)=0;