Menu

#380 TDocTemplate methods not implemented

7
closed
API (55)
1
2020-05-18
2017-06-26
No

These methods are declared in TDocTemplate, but not implemented:

void SetFileFilter(LPCTSTR);
void SetDescription(LPCTSTR);
void SetDefaultExt(LPCTSTR);

Related

Discussion: Problem with multi templates

Discussion

  • Vidar Hasfjord

    Vidar Hasfjord - 2017-06-29
    • Group: 6.36 --> unspecified
     
  • Ognyan Chernokozhev

    Those methods were deprecated back in OWL5, and implemented as dummy methods only when building with OWL2_COMPAT.

     
  • Ognyan Chernokozhev

    Since OWL2_COMPAT is no longer supported in either 6.4x or 7, I suggest removing those methods. Legacy code that made use of them will have to be rewritten...

     
  • Vidar Hasfjord

    Vidar Hasfjord - 2019-09-15
    • labels: Build --> API
    • summary: The TDocTemplate class methods declared in doctpl.h, but not implemented --> TDocTemplate methods not implemented
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,8 @@
    -The methods declared in doctpl.h, but not implemented
    -void  TDocTemplate :: SetFileFilter(LPCTSTR);
    -void  TDocTemplate :: SetDescription(LPCTSTR);
    -void  TDocTemplate :: SetDefaultExt(LPCTSTR);
    +These methods are declared in TDocTemplate, but not implemented:
    +
    +~~~
    +:::C++
    +void SetFileFilter(LPCTSTR);
    +void SetDescription(LPCTSTR);
    +void SetDefaultExt(LPCTSTR);
    +~~~
    
    • status: open --> pending
    • assigned_to: Vidar Hasfjord
    • Group: unspecified --> 7
     
  • Vidar Hasfjord

    Vidar Hasfjord - 2019-09-15

    This issue was fixed in [r4627] by removing these obsolete functions, as suggested by Jogy.

    The fix was merged into Owlet in [r4628].

     

    Related

    Commit: [r4627]
    Commit: [r4628]

  • Vidar Hasfjord

    Vidar Hasfjord - 2020-05-18
    • Status: pending --> closed
     

Log in to post a comment.