Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/10 01:43:23 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

Location:
branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/GenerateServiceClients.cmd

    r4466 r4548  
    33echo.
    44echo *******************************************************************************************
    5 echo Generating AdminService client
     5echo Generating OKBService client
    66echo.
    77
    88svcutil.exe ^
    9   http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdminService/mex ^
    10   /out:AdminServiceClient ^
     9  http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService/mex ^
     10  /out:OKBServiceClient ^
    1111  /namespace:*,HeuristicLab.Clients.OKB ^
    1212  /targetClientVersion:Version35 ^
     
    2424echo ---------------------------------------------------------------------------------------
    2525echo.
    26 echo Generation of AdminService client finished.
     26echo Generation of OKBService client finished.
    2727echo *******************************************************************************************
    2828echo.
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/OKBItem.cs

    r4492 r4548  
    8686
    8787    public void Store() {
    88       if (Administrator.Instance.Store(this))
     88      if (OKB.Instance.Store(this))
    8989        Modified = false;
    9090    }
Note: See TracChangeset for help on using the changeset viewer.