Subversion Repositories SmartDukaan

Rev

Rev 95 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 95 Rev 2926
Line 6... Line 6...
6
	2:string message
6
	2:string message
7
}
7
}
8
 
8
 
9
service Configuration{
9
service Configuration{
10
	string getPropetry(1:string propertyName) throws (1:ConfigException e),
10
	string getPropetry(1:string propertyName) throws (1:ConfigException e),
11
	void loadProperty(1:string propertyName, 2:string propertyValue)
11
	void loadProperty(1:string propertyName, 2:string propertyValue),
-
 
12
	void reloadProperties()
12
}
13
}
13
14