You've already forked lazarus-ccr
* Re-generated .inc files with new version from the idlparser.
* Some string-types are now not returned as function result but as parameter. Solves several string issues. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -6,8 +6,7 @@ type
|
||||
property flags : idlulong read Getflags;
|
||||
function Getrealm(): AString; safecall;
|
||||
property realm : AString read Getrealm;
|
||||
function GetauthenticationScheme(): AUTF8String; safecall;
|
||||
property authenticationScheme : AUTF8String read GetauthenticationScheme;
|
||||
procedure GetauthenticationScheme( result_: AUTF8String); safecall;
|
||||
function Getusername(): AString; safecall;
|
||||
procedure Setusername(ausername: AString); safecall;
|
||||
property username : AString read Getusername write Setusername;
|
||||
|
Reference in New Issue
Block a user