| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | | Quintiq file version 2.0 |  | #parent: #root |  | StaticMethod Create (LibDMF_CommunicationChannel owner_i) as LibDMF_ChannelParameters |  | { |  |   TextBody: |  |   [* |  |     // Jacky C Oct-6-2015 (created) |  |     LibDMF_Util::LogError( "", |  |                            "LibDMF_SanityCheckCustomParameters::Create() is a template and should be copied to a subclass" ); |  |      |  |     // this return statement will not be reachable for template |  |     return null( LibDMF_ChannelParameters ); |  |      |  |     /** |  |      * Example: |  |      |  |     return owner_i.SanityCheckCustomParameters( relnew, <subclassed type> ); |  |      |  |     */ |  |   *] |  | } | 
 |